/* 专题专栏 */
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide a img{
   width: 100%;
   height: 100%;
   display: block;
}

/* 环境质量 */

.wuRanBtn1 a{
        background: #f9f9f9;
        width: 100%;
        text-align: center;
        border: 1px solid #f9f9f9;
        text-decoration: none;
        display: inline-block;
        padding: 10px;
        font-size: 14px;
        border-radius: 5px;
        margin-bottom: 7px;
        transition: all 0.4s ease;
    }
    .wuRanBtn2 a{
        width: 100%;
        padding: 7px 10px;
        text-align: left;
    }
    .wuRanBtn3 a{
        float: right;
    }
    .wuRanBtn1:hover a{
        border: 1px solid #006ab9;
        color: #006ab9;
    }
    
    .wuRanBtn1 img{
        width: 35px;
        height: auto;
        display:block;
        margin-right: 5%;
        float: left;
    }
    .wuRanBtn1 span{
        width: 70%;
        height: auto;
        display:block;
        float: left;
        margin-top: 7px;
    }
    
    @media only screen and (max-width: 768px) {
        /* .swiper-slide {
                width: 100% !important;
              } */
    }
